Skip to content

DOC: Updated Series.items 'See also' section for clarity #27888

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 13, 2019

Conversation

benthayer
Copy link
Contributor

I changed the See also to:

DataFrame.items : Iterate over (column name, Series) pairs.
DataFrame.iterrows : Iterate over DataFrame rows as (index, Series) pairs.

No assertions about the equivalence of DataFrame.items and Series.items

closes #27859

@jorisvandenbossche
Copy link
Member

Thanks! I agree that is clearer now!

@jorisvandenbossche jorisvandenbossche merged commit 666928b into pandas-dev:master Aug 13, 2019
@jorisvandenbossche jorisvandenbossche added this to the 1.0 milestone Aug 13, 2019
quintusdias pushed a commit to quintusdias/pandas_dev that referenced this pull request Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: Documentation says Series.items(), Series.iteritems() are equivalent to DataFrame.items(), but they're not.
2 participants